home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 12829 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  774 b 

  1. Path: tty12d.mdn.com!jschell
  2. From: John Schell <jschell@aggie.mdn.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Passing multidemensional arrays to functions?
  5. Date: 21 Mar 1996 22:32:44 GMT
  6. Organization: John Schell
  7. Distribution: world
  8. Message-ID: <4islec$m41@matrix.mdn.com>
  9. NNTP-Posting-Host: tty12d.mdn.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=US-ASCII
  12. Content-Transfer-Encoding: 7bit
  13. X-Newsreader: Nuntius Version 1.2
  14. X-XXMessage-ID: <AD7748B2500184F2@tty12d.mdn.com>
  15. X-XXDate: Thu, 21 Mar 1996 17:56:02 GMT
  16.  
  17. I am trying to pass a variable to a function but continue to get errors
  18. no matter
  19. what declaration I give the variable in the prototype statement.
  20.  
  21. The variable:
  22.     float variable[1][2]
  23.  
  24. Can you make a sugestion as to what it should pass as?
  25.  
  26. Thanks
  27. John
  28.